home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / pcboard / nwfile10.zip / NEWFILE.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1996-04-12  |  1KB  |  101 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.1O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.     String   STRING005
  24.     String   STRING006
  25.  
  26. ;------------------------------------------------------------------------------
  27.  
  28.     FOpen 1, PPEPath() + "newfile.cfg", 0, 2
  29.     FGet 1, STRING003
  30.     FGet 1, STRING004
  31.     FGet 1, STRING005
  32.     FGet 1, STRING006
  33.     FClose 1
  34.     If (Upper(STRING006) == "Y") Cls
  35.     If (Upper(STRING005) <> "15NTU69") Then
  36.         PrintLn "@X07This program is @X0FUNREGISTERED! @X07Call us for more info!"
  37.         PrintLn "@X08(@X03c@X08) @X0B1996 Randall Software @X08[@X03817@X08.@X03965@X08.@X036649@X08/@X0328@X08.@X038@X08]"
  38.     Else
  39.         PrintLn "@X07This program is @X0FREGISTERED!"
  40.         PrintLn "@X08(@X03c@X08) @X0B1996 Randall Software @X08[@X03817@X08.@X03965@X08.@X036649@X08/@X0328@X08.@X038@X08]"
  41.     Endif
  42.     InputYN STRING003, STRING001, 15
  43.     Newline
  44.     If (Upper(STRING001) == "Y") Then
  45.         InputStr STRING004, STRING002, 15, 1, "AaUu", 64
  46.         If (Upper(STRING002) == "A") Then
  47.             Dir "N;S;A"
  48.             Wait
  49.             Goto LABEL001
  50.         Endif
  51.         Dir "N;S;U"
  52.         Wait
  53.     Endif
  54.     :LABEL001
  55.  
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ; Usage report (before postprocessing)
  59. ;
  60. ; ■ Statements used :
  61. ;
  62. ;    1       Cls
  63. ;    2       Wait
  64. ;    5       Goto 
  65. ;    4       PrintLn 
  66. ;    4       If 
  67. ;    1       FOpen 
  68. ;    1       FClose 
  69. ;    4       FGet 
  70. ;    1       InputStr 
  71. ;    1       InputYN 
  72. ;    1       Newline
  73. ;    2       Dir 
  74. ;
  75. ;
  76. ; ■ Functions used :
  77. ;
  78. ;    1       +
  79. ;    3       ==
  80. ;    1       <>
  81. ;    3       !
  82. ;    4       Upper()
  83. ;    1       PPEPath()
  84. ;
  85. ;------------------------------------------------------------------------------
  86. ;
  87. ; Analysis flags : No flag
  88. ;
  89. ;------------------------------------------------------------------------------
  90. ;
  91. ; Postprocessing report
  92. ;
  93. ;    0       For/Next
  94. ;    0       While/EndWhile
  95. ;    3       If/Then or If/Then/Else
  96. ;    0       Select Case
  97. ;
  98. ;------------------------------------------------------------------------------
  99. ;                 AEGiS Corp - Break the routines, code against the machines!
  100. ;------------------------------------------------------------------------------
  101.